BspKnotUniformFloat

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

BspKnotUniformFloat()  

SYNOPSIS

cagd_lib/bsp_knot.c:365

CagdRType *BspKnotUniformFloat(int Len, int Order, CagdRType *KnotVector)
 

DESCRIPTION

Returns a uniform floating knot vector for Len Control points and order Order. The actual length of the KV is Len + Order. If KnotVector is NULL it is being allocated dynamically.  

PARAMETERS:

Len: Of control polygon/mesh of curve/surface that are to use this knot vector.

Order: Of the curve/surface that are to use this knot vector.

KnotVector: If new knot vector is to be saved here, otherwise a new space is allocated.  

FUNCTION RETURN VALUE

CagdRType *: The created uniform floating knot vector, either newly allocated or given in Knotvector and just initialized.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:15 GMT, October 17, 2022